home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Freeware / Adobe Air 1.5 / AdobeAIRInstaller.exe / setup.swf / scripts / mx / binding / IWatcherSetupUtil.as < prev    next >
Encoding:
Text File  |  2008-10-29  |  169 b   |  9 lines

  1. package mx.binding
  2. {
  3.    public interface IWatcherSetupUtil
  4.    {
  5.       function setup(param1:Object, param2:Function, param3:Array, param4:Array) : void;
  6.    }
  7. }
  8.  
  9.